golang.org/x/tools/internal/gcimporter.exportWriter.typ (method)

20 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iexport.go#L712: 		w.typ(obj.Type(), obj.Pkg())
		iexport.go#L764: 			w.typ(constraint, obj.Pkg())
		iexport.go#L789: 			w.typ(t, obj.Pkg())
		iexport.go#L813: 		w.typ(underlying, obj.Pkg())
		iexport.go#L975: func (w *exportWriter) typ(t types.Type, pkg *types.Package) {
		iexport.go#L1020: 			w.typ(t.Origin(), pkg)
		iexport.go#L1033: 			w.typ(t.Origin(), pkg)
		iexport.go#L1045: 		w.typ(t.Elem(), pkg)
		iexport.go#L1049: 		w.typ(t.Elem(), pkg)
		iexport.go#L1054: 		w.typ(t.Elem(), pkg)
		iexport.go#L1069: 		w.typ(t.Elem(), pkg)
		iexport.go#L1073: 		w.typ(t.Key(), pkg)
		iexport.go#L1074: 		w.typ(t.Elem(), pkg)
		iexport.go#L1117: 			w.typ(f.Type(), fieldPkg)
		iexport.go#L1136: 			w.typ(ft, pkg)
		iexport.go#L1162: 			w.typ(term.Type(), pkg)
		iexport.go#L1238: 		w.typ(t, pkg)
		iexport.go#L1249: 		w.typ(tparam, pkg)
		iexport.go#L1295: 	w.typ(obj.Type(), obj.Pkg())
		iexport.go#L1299: 	w.typ(typ, nil)